Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增标签页后,标签页无法显示标签分组 #868

Open
huangzhengren opened this issue May 4, 2020 · 0 comments
Open

新增标签页后,标签页无法显示标签分组 #868

huangzhengren opened this issue May 4, 2020 · 0 comments

Comments

@huangzhengren
Copy link

问题描述

新增标签页后,标签页无法显示标签分组

新增tags页

$ hexo new page tags

new_tags_page

themes/yilia/_config.yml增加标签: /tags/

menu:
  主页: /
  随笔: /tags/随笔/
  归档: /archives/
  分类: /categories/
  标签: /tags/

yilia_config_yml

source/tags/index.md增加type: "tags"comments: false

---
title: tags
date: 2020-05-04 10:34:58
type: "tags"
comments: false
---

index_md

重新部署

hexo clean && hexo g && hexo s

hexo_c_g_s

主页文章列表已打标签

tags

标签页无标签分组

标签页能展示,但是无法显示各个标签的分组

page_tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant